Make a phone call to the specified number.
Initiates a call using Android's dialer app through ADB. The number
will be dialed immediately without requiring user confirmation.
Args:
phone_number (str): The phone number to call. Country code
will be automatically added if not provided.
Returns:
str: Success message with the number being called, or an error message
if the call could not be initiated.